1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmCATEGORYSELECTitem
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.GroupBox1 = New System.Windows.Forms.GroupBox
26         Me.txtsearch = New System.Windows.Forms.TextBox
27         Me.Label1 = New System.Windows.Forms.Label
28         Me.lstItems = New System.Windows.Forms.ListView
29         Me.cmbCategory = New System.Windows.Forms.ComboBox
30         Me.cmdSelect = New System.Windows.Forms.Button
31         Me.cmdCancel = New System.Windows.Forms.Button
32         Me.ColumnHeader1 = New System.Windows.Forms.ColumnHeader
33         Me.ColumnHeader2 = New System.Windows.Forms.ColumnHeader
34         Me.ColumnHeader3 = New System.Windows.Forms.ColumnHeader
35         Me.GroupBox1.SuspendLayout()
36         Me.SuspendLayout()
37         
'
38         
'GroupBox1
39         
'
40         Me.GroupBox1.Controls.Add(Me.txtsearch)
41         Me.GroupBox1.Controls.Add(Me.Label1)
42         Me.GroupBox1.Controls.Add(Me.lstItems)
43         Me.GroupBox1.Controls.Add(Me.cmbCategory)
44         Me.GroupBox1.Location = New System.Drawing.Point(
2, 12)
45         Me.GroupBox1.Name =
"GroupBox1"
46         Me.GroupBox1.Size = New System.Drawing.Size(
409, 331)
47         Me.GroupBox1.TabIndex =
0
48         Me.GroupBox1.TabStop = False
49         Me.GroupBox1.Text =
"Select by Item Name"
50         
'
51         
'txtsearch
52         
'
53         Me.txtsearch.Location = New System.Drawing.Point(
64, 20)
54         Me.txtsearch.Name =
"txtsearch"
55         Me.txtsearch.Size = New System.Drawing.Size(
240, 21)
56         Me.txtsearch.TabIndex =
3
57         
'
58         
'Label1
59         
'
60         Me.Label1.AutoSize = True
61         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
62         Me.Label1.Location = New System.Drawing.Point(
6, 23)
63         Me.Label1.Name =
"Label1"
64         Me.Label1.Size = New System.Drawing.Size(
52, 13)
65         Me.Label1.TabIndex =
2
66         Me.Label1.Text =
"Search :"
67         
'
68         
'lstItems
69         
'
70         Me.lstItems.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2, Me.ColumnHeader3})
71         Me.lstItems.FullRowSelect = True
72         Me.lstItems.GridLines = True
73         Me.lstItems.Location = New System.Drawing.Point(
6, 47)
74         Me.lstItems.Name =
"lstItems"
75         Me.lstItems.Size = New System.Drawing.Size(
399, 278)
76         Me.lstItems.TabIndex =
1
77         Me.lstItems.UseCompatibleStateImageBehavior = False
78         Me.lstItems.View = System.Windows.Forms.View.Details
79         
'
80         
'cmbCategory
81         
'
82         Me.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
83         Me.cmbCategory.FormattingEnabled = True
84         Me.cmbCategory.Location = New System.Drawing.Point(
443, 20)
85         Me.cmbCategory.Name =
"cmbCategory"
86         Me.cmbCategory.Size = New System.Drawing.Size(
161, 21)
87         Me.cmbCategory.TabIndex =
0
88         
'
89         
'cmdSelect
90         
'
91         Me.cmdSelect.Location = New System.Drawing.Point(
8, 343)
92         Me.cmdSelect.Name =
"cmdSelect"
93         Me.cmdSelect.Size = New System.Drawing.Size(
60, 25)
94         Me.cmdSelect.TabIndex =
1
95         Me.cmdSelect.Text =
"Select"
96         Me.cmdSelect.UseVisualStyleBackColor = True
97         
'
98         
'cmdCancel
99         
'
100         Me.cmdCancel.Location = New System.Drawing.Point(
74, 343)
101         Me.cmdCancel.Name =
"cmdCancel"
102         Me.cmdCancel.Size = New System.Drawing.Size(
60, 25)
103         Me.cmdCancel.TabIndex =
2
104         Me.cmdCancel.Text =
"Cancel"
105         Me.cmdCancel.UseVisualStyleBackColor = True
106         
'
107         
'ColumnHeader1
108         
'
109         Me.ColumnHeader1.Text =
"Cat_ID"
110         Me.ColumnHeader1.Width =
55
111         
'
112         
'ColumnHeader2
113         
'
114         Me.ColumnHeader2.Text =
"Item ID"
115         
'
116         
'ColumnHeader3
117         
'
118         Me.ColumnHeader3.Text =
"Item Name"
119         Me.ColumnHeader3.Width =
260
120         
'
121         
'FrmCATEGORYSELECTitem
122         
'
123         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
124         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
125         Me.BackColor = System.Drawing.Color.WhiteSmoke
126         Me.ClientSize = New System.Drawing.Size(
414, 375)
127         Me.Controls.Add(Me.cmdCancel)
128         Me.Controls.Add(Me.cmdSelect)
129         Me.Controls.Add(Me.GroupBox1)
130         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
131         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
132         Me.MaximizeBox = False
133         Me.MinimizeBox = False
134         Me.Name =
"FrmCATEGORYSELECTitem"
135         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
136         Me.Text =
"Item by Name"
137         Me.GroupBox1.ResumeLayout(False)
138         Me.GroupBox1.PerformLayout()
139         Me.ResumeLayout(False)
140
141     End Sub
142     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
143     Friend WithEvents cmbCategory As System.Windows.Forms.ComboBox
144     Friend WithEvents lstItems As System.Windows.Forms.ListView
145     Friend WithEvents cmdSelect As System.Windows.Forms.Button
146     Friend WithEvents cmdCancel As System.Windows.Forms.Button
147     Friend WithEvents txtsearch As System.Windows.Forms.TextBox
148     Friend WithEvents Label1 As System.Windows.Forms.Label
149     Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader
150     Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader
151     Friend WithEvents ColumnHeader3 As System.Windows.Forms.ColumnHeader
152 End Class


Gõ tìm kiếm nhanh...